projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0df906
)
cssstyleproperty: Call _compute() in the compute function
author
Benjamin Otte
<otte@redhat.com>
Mon, 16 Jul 2012 11:47:04 +0000
(13:47 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 28 Aug 2012 13:40:57 +0000
(15:40 +0200)
... instead pof just reffing the value.
gtk/gtkcssstyleproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstyleproperty.c
b/gtk/gtkcssstyleproperty.c
index cc08e188f82d01479f8bfb9dc90dd1fba1021ff4..8607af52a016e98c7fcf555c70128a166909c78b 100644
(file)
--- a/
gtk/gtkcssstyleproperty.c
+++ b/
gtk/gtkcssstyleproperty.c
@@
-239,7
+239,7
@@
gtk_css_style_property_real_compute_value (GtkCssStyleProperty *property,
GtkStyleContext *context,
GtkCssValue *specified)
{
- return _gtk_css_value_
ref (specified
);
+ return _gtk_css_value_
compute (specified, _gtk_css_style_property_get_id (property), context
);
}
static void